Update workflow to update and verify release branch#249
Merged
afinetooth merged 1 commit intomainfrom Sep 19, 2025
Merged
Conversation
Make sure release branch always points to latest release, and add verification for release branch after tag update. Fixes issue #246 for any users who use `@release/v2` (not recommended) instead of `@v2` (recommended).
lfit-replication
pushed a commit
to lfit/releng-gerrit_to_platform
that referenced
this pull request
Dec 31, 2025
Bumps coverallsapp/github-action from 2.3.6 to 2.3.7. ## Release notes Sourced from coverallsapp/github-action's releases. v2.3.7 What's Changed README.md: Use current actions/setup-node and LTS version of Node.js by @cclauss in coverallsapp/github-action#247 Update workflow to update and verify release branch by @afinetooth in coverallsapp/github-action#249 Fix fail-on-error to handle all installation and execution failures by @Copilot in coverallsapp/github-action#254 New Contributors @cclauss made their first contribution in coverallsapp/github-action#247 @Copilot made their first contribution in coverallsapp/github-action#254 Full Changelog: coverallsapp/github-action@v2...v2.3.7 ## Commits 5cbfd81 Fix fail-on-error to handle all installation and execution failures (#254) e988b39 Update workflow to sync and verify release branch (#249) e7f4f97 README.md: Use current actions/setup-node and LTS version of Node.js (#247) See full diff in compare view  You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) Change-Id: Iaf83fbb22eabe15211ad3a283edc45aa02e7c322 --- ## Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: lfit.gh2gerrit <[email protected]> Change-Id: I0838c4b4a83889a5fa2de03c76e35647dcd9d232 GitHub-PR: #21 GitHub-Hash: 1a12f4b70c7750ac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make sure release branch always points to the latest release, and add verification for the release branch after major version tag update.
Fixes issue #246 for any users who happen to use
@release/v2(not recommended) instead of@v2(recommended).